home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / IT.DXR / Internal_136_telesc.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  250 b   |  19 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   beep()
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the ink of sprite the currentSpriteNum to 36
  13. end
  14.  
  15. on mouseUp me
  16.   go("tel_use1")
  17.   cursor(-1)
  18. end
  19.